Revert "dialog: Fix docs for GtkDialog"
authorMatthias Clasen <mclasen@redhat.com>
Mon, 28 Oct 2013 10:39:21 +0000 (06:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 28 Oct 2013 10:39:30 +0000 (06:39 -0400)
This reverts commit e4bb02f8ae698facc204c616108cc8f4c3b579bc.

Responses don't have to be negative.

gtk/gtkdialog.c

index 588223e1909b14bf9e02ab4125ee377e848759c8..4de0c901f32e0a4632def54affea050736084474 100644 (file)
  *     </object>
  *   </child>
  *   <action-widgets>
- *     <action-widget response="-3">button_ok</action-widget>
+ *     <action-widget response="3">button_ok</action-widget>
  *     <action-widget response="-5">button_cancel</action-widget>
  *   </action-widgets>
  * </object>